@charset "UTF-8";
/* CSS Document - Tyee Main Page*/

body {
	
	background-image: url(images/MainPage_bg.jpg);
	background-repeat:repeat-x;
	background-color: #ededed;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	}

p {
	 
	line-height: 130%;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
a img {border:none;}
	
ul{
	margin-top: 0px;	
		}	
	
#container {
	/*width: 984px;*/
	width: 1000px;
	margin: 0px;
	text-align:left;
	margin: 0 auto;
	height: auto;
	
	}
			
#topBanner {
	height: 124px;
	}	

#topBanner img{padding-left: 30px;}

#content {
	 
	width: 985px;
	heigth: 554px;
	/*border: 1px solid #000;*/
	height:inherit;
	/*padding-left: 17px;
	padding-right: 15px;*/
	}	
	
#bannerNav {
	height: 120px;
	width: 984px;
	margin: 0px;
	padding:0px;
	}	
	
	
#welcome {
	height:200px;
	width:250px;
	position:relative;
	top:-515px;
	left:670px;
	background-image:url(images/box_bg.png);
	background-repeat:repeat;	
	border:1px solid #363c74;
	border-radius:10px;
	z-index:10;
	padding:10;
}

#heromenu {
	height:240px;
	width:250px;
	position:relative;
	top:-490px;
	left:670px;
	background-image:url(images/box_bg.png);
	background-repeat:repeat;		
	border:1px solid #363c74;
	border-radius:10px;
	z-index:10;
	padding:10;
}

#heromenu div {
	height:70px;
	padding:5px;
	border-bottom:1px dotted #363c74;	
}

#heromenu a{
	color:#000;
	text-decoration:none;
	font-size:13px;
	text-align:center;
}

#heromenu img {
width:110px;float:left;margin:5px 10px 0 5px}
	
	/* Classes */
	
.topLinks {
	float: right;
 
	font-variant:small-caps;
	font-size: 80%;
	color: #000000;
	width: 300px;
	text-align: right;
	padding-right: 0px;
	padding-top: 4px;
	}	
	
.topLinks a 
	{
	color: #000000;	
	text-decoration: none;
		}
.topLinks a:hover {
	color: #ffffff;
	text-decoration:underline;
	}		
		
.purple {color: #3b185a;}
.gold {color: #a8966a; }
	
.clearall {clear: both;}

.footerNav {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	clear: both;
	width: 100%;
	height: 236px;
	/*border: 1px solid #000;*/
	line-height: 140%;
	
	}
 	
.footerNav a {
	color:#666;
	text-decoration: none;
	}
.footerNav a:hover {
	color: #306;
	text-decoration: underline;
	}
	
 .footerNavCell
 	{
	width: 190px;
	/*border: 1px dashed #36F;*/
	float: left;
	height: inherit;
	}
.footerNavCell strong a {color: #3b185a; font-weight:bold;}	
	
	
.logoHolder {
	height: 160px;
	/*border: #093 1px dashed;*/
		text-align: center; 
		clear: both;
	}
	
.logoHolder img {
	padding-top: 60px;
	
	}	
	
.copyrightNav {
	text-align: left;
	font-size: 70%;
	padding-bottom: 20px;
	}	
.copyrightNav a {
	text-decoration: none;
	color: #333;
	}
.copyrightNav a:hover {
	text-decoration: underline;
	color:#3b185a;
	
	}	

/* text scroller */

div.scroll
{
background-color:#00FFFF;
width:100&;
height:300px;
overflow:scroll;
}
